home *** CD-ROM | disk | FTP | other *** search
/ World of Education / World of Education.iso / world_i / is111.zip / GO-ISE.BAT < prev    next >
DOS Batch File  |  1992-08-02  |  3KB  |  82 lines

  1. rem KET025
  2. echo off
  3. if "%1"=="_isea" goto xtract
  4. if "%1"=="_iseb" goto xtract
  5. cls
  6. echo  
  7. echo  
  8. echo                                     WELCOME
  9. echo                                        TO
  10. echo                              THE INTEGRAL SCIENTIST
  11. echo  
  12. echo                      An Information Utility for Scientists
  13. echo            Computerized Periodic Table - Element Information Database
  14. echo                     FlashCard Elements Drill - Solvent Guide
  15. echo           Chemical Solutions Calculator - Molecular Weight Calculator
  16. echo          Units Conversions - Physical Constants & Tables of Useful Data
  17. echo             Context Sensitive Help - HyperText On-Line Documentation
  18. echo  
  19. echo                copyright 1988-1992 INTEGRAL SCIENTIFIC SOFTWARE
  20. echo        111 E. Drake, Suite 7050  Fort Collins CO  80525  (303) 225-9491
  21. echo  
  22. echo  
  23. echo  
  24. echo  
  25. echo  [You should be logged to the drive containing The Integral Scientist files.]
  26. echo  
  27. pause
  28. cls
  29. echo  
  30. echo    THE INTEGRAL SCIENTIST must be installed before you can use it.
  31. echo  
  32. echo    Installation requires approximately 720k of disk space for ten files.
  33. echo    An additional 165k is required if you choose to generate the document
  34. echo      file version of the User Guide.
  35. echo    It runs best from a hard disk, however you may install it on one large
  36. echo      capacity floppy.
  37. echo    Ideal system configuration:  256k+ memory, hard disk, color
  38. echo    Minimum system configuration: 192k memory, single floppy, monochrome
  39. echo      (graphics not required)
  40. echo  
  41. echo    The program consist of four primary files:
  42. echo             ISE.EXE  SLV.EXE  DATAFILE.ISE & DATABLES.DTX
  43. echo      plus supporting utilities and documentation files.
  44. echo    Some of the files are stored in compressed form within the self-
  45. echo      extracting archive files _ISEA.EXE and _ISEB.EXE.
  46. echo    Data compression and extraction use Harayasu Yoshizaki's LHA utility.
  47. echo    LHA is not required - self-extraction is directed by ISESETUP.
  48. echo    To proceed with guided installation, press any key - You will be
  49. echo      prompted through all steps.  This installation does not modify your
  50. echo      autoexec.bat file or do anything else risky to your environment.
  51. echo  
  52. pause
  53. cls
  54. dir/w
  55. echo  
  56. echo    The directory displayed above should include the files:
  57. echo  
  58. echo      GO-ISE.BAT    ISESETUP.EXE  _ISEA.EXE   _ISEB.EXE  
  59. echo  
  60. echo    These four files are required for installation!
  61. echo      If any of those four files are missing, examine your distribution
  62. echo      disk or sub-directory and begin again.  If the files above aren't
  63. echo      listed you may not be logged to the drive containing the files.
  64. echo      Abort this installation, log to the proper drive and begin again.
  65. echo  
  66. echo   Some additional files may be present on the disk depending on your
  67. echo      distribution source.
  68. echo  
  69. echo   The extension of the @VERSION file indicates the current version number.
  70. echo  
  71. echo    To abort the installation:  press CTRL-C and answer the query "Y".
  72. echo    If you are ready to install THE INTEGRAL SCIENTIST press any other key.
  73. echo  
  74. pause
  75. cls
  76. isesetup
  77. goto fin
  78. :xtract
  79. %1 %2
  80. :fin
  81.  
  82.